Skip to content

Update misc security solution deps (main)#235585

Open
elastic-renovate-prod[bot] wants to merge 1 commit into
mainfrom
renovate/main-misc-security-solution-deps
Open

Update misc security solution deps (main)#235585
elastic-renovate-prod[bot] wants to merge 1 commit into
mainfrom
renovate/main-misc-security-solution-deps

Conversation

@elastic-renovate-prod
Copy link
Copy Markdown
Contributor

@elastic-renovate-prod elastic-renovate-prod Bot commented Sep 18, 2025

This PR contains the following updates:

Package Type Update Change Pending
copy-to-clipboard dependencies major 3.3.3 -> 4.0.2
dom-to-image-more dependencies minor 3.6.0 -> 3.7.2
node-diff3 dependencies minor 3.1.2 -> 3.2.0
react-diff-view dependencies patch 3.3.1 -> 3.3.3
snakecase-keys dependencies major 8.0.1 -> 9.0.2
type-fest dependencies major 4.41.0 -> 5.6.0 5.7.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

sudodoki/copy-to-clipboard (copy-to-clipboard)

v4.0.2

Compare Source

compare changes

🩹 Fixes
  • Make sure execCommand works in fullscreen (#​158)
🏡 Chore
  • Bump axios from 1.14.0 to 1.15.2 (#​155)
  • Bump follow-redirects from 1.15.11 to 1.16.0 (#​157)
  • Bump basic-ftp from 5.2.0 to 5.3.0 (#​156)
❤️ Contributors

v4.0.1

Compare Source

compare changes

🏡 Chore
  • Fix copy in modal for execCommand fallback (#​151)
  • Add changelog (#​153)
✅ Tests
  • Add e2e scenario for modal tests (#​152)
❤️ Contributors

v4.0.0

Compare Source

compare changes

⚠️ Breaking Changes
  • copy() is now async — returns Promise<boolean> instead of boolean. All call sites must be updated to await copy(...) or .then(...).
  • IE11 support dropped — window.clipboardData and all IE-specific code paths removed.
  • window.prompt() fallback is now opt-in — pass options.fallbackToPrompt: true to restore. Off by default.
  • Build output moved to dist/ — direct require('copy-to-clipboard/index.js') imports will break; use the package name only.
🚀 Enhancements
  • navigator.clipboard.writeText() is now the default copy path in secure contexts (HTTPS / localhost).
  • navigator.clipboard.write() with ClipboardItem for rich text / HTML copying when options.format or options.onCopy is set.
  • options.format — set a custom MIME type (e.g. 'text/html') to copy formatted content; text/plain is always included alongside it.
  • options.onCopy — callback receives a ClipboardItem on the async path (return a replacement to override) or a DataTransfer on the execCommand fallback path.
  • options.fallbackToPrompt — opt-in window.prompt() fallback for non-secure contexts.
  • Dual ESM / CJS package via tsup: dist/index.mjs, dist/index.cjs, dist/index.global.js (IIFE), with a proper exports field and sideEffects: false.
  • TypeScript declarations for both ESM (index.d.mts) and CJS (index.d.ts) consumers.
  • Multi-browser local test suite with Nightwatch v3: Chrome, Firefox, Edge, and Safari — plus LambdaTest cloud CI for all four browsers.
  • Platform detection uses navigator.userAgentData?.platform with a userAgent regex fallback (fixes #​123).
  • console.warn emitted in debug mode when falling back from a non-secure context.
❤️ Contributors
1904labs/dom-to-image-more (dom-to-image-more)

v3.7.2: - Fix offscreen iframe

Compare Source

Create temporary iframe off-screen Fixes #​214

Full Changelog: 1904labs/dom-to-image-more@v3.7.1...v3.7.2

v3.7.1: Responsive image, sizing, and fetching enhancements

Compare Source

What's Changed

New Contributors

Full Changelog: 1904labs/dom-to-image-more@v3.6.3...v3.7.1

v3.6.3

Compare Source

  • Added support for whitespace inside css url() references in inliner
  • Addressed the CodeQL performance complaint on that regex

Full Changelog: 1904labs/dom-to-image-more@v3.6.1...v3.6.3

bhousel/node-diff3 (node-diff3)

v3.2.0

Compare Source

2025-Oct-21
  • This project uses bun now, for simpler developer tooling (#​85)
otakustay/react-diff-view (react-diff-view)

v3.3.3

Compare Source

v3.3.2

Compare Source

bendrucker/snakecase-keys (snakecase-keys)

v9.0.2

Compare Source

v9.0.1

Compare Source

v9.0.0

Compare Source

What's Changed

⚠️ Breaking ⚠️

This package is now ESM only and designed for use with import. To use it with require, your Node.js version must support require(esm).

Other

New Contributors

Full Changelog: bendrucker/snakecase-keys@v8.1.0...v9.0.0

v8.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: bendrucker/snakecase-keys@v8.0.1...v8.1.0

sindresorhus/type-fest (type-fest)

v5.6.0

Compare Source

New types
Improvements

v5.5.0

Compare Source

New types
Improvements
  • Add function parameter constraint examples to numeric comparison types (#​1357) 24be93d
  • UnionToTuple: Fix behavior when a union member is a supertype of another (#​1349) 0f923d0
  • ConditionalPickDeep: Fix returning {} instead of never when no keys match (#​1360) 6af847a
  • ConditionalPick: Fix returning {} instead of never when no keys match (#​1359) 3995003
  • GreaterThan / LessThan / GreaterThanOrEqual / LessThanOrEqual: Fix behavior with the number type (#​1363) cfea505

v5.4.4

Compare Source

  • PackageJson: Use LiteralUnion for engines field (#​1354) fc9e2bb
  • IsUnion: Fix behavior when the entire union extends all individual members (#​1353) b0321a5
  • Paths: Fix leavesOnly behavior with never leaves (#​1350) 2c34128
  • Paths: Fix behavior with WeakMaps / WeakSets (#​1348) ac3b50e
  • Paths: Fix behavior with tuples containing optional elements with a rest element (#​1346) 7c82a21

v5.4.3

Compare Source


v5.4.2

Compare Source


v5.4.1

Compare Source

  • MergeDeep: Remove extra undefined from optional properties (#​1319) a6af489

v5.4.0

Compare Source

New types

v5.3.1

Compare Source


v5.3.0

Compare Source

Improvements
Fixes

v5.2.0

Compare Source

New types
Improvements
Fixes
  • ExcludeRestElement: Fix generic assignability with arrays (#​1274) 12ef5b2
  • GreaterThanOrEqual / LessThan: Fix behavior with operands like N and N | N + >0 (#​1280) b2caa3f

v5.1.0

Compare Source

New types
Improvements
Fixes
  • PartialDeep: Fix behavior with functions containing multiple call signatures (#​1259) 3bd9de6
  • IsEqual: Fix behaviour when instantiated with never and unknown (#​1251) 785549f
  • FixedLengthArray: Fix element type (#​1246) ee29ef7
  • is-equal: Fix handling with intersecting wrapped types (#​1231) 5af60a1

v5.0.1

Compare Source


v5.0.0

Compare Source

Breaking
New types
Improvements
Fixes
Meta

Huge thanks to all the contributors to this release, especially @​som-sm 🙌



Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@elastic-renovate-prod elastic-renovate-prod Bot added backport:all-open Backport to all branches that could still receive a release release_note:skip Skip the PR/issue when compiling release notes Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. labels Sep 18, 2025
@elastic-renovate-prod elastic-renovate-prod Bot requested a review from a team September 18, 2025 14:17
@elastic-renovate-prod elastic-renovate-prod Bot added the backport:all-open Backport to all branches that could still receive a release label Sep 18, 2025
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/security-solution (Team: SecuritySolution)

@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/main-misc-security-solution-deps branch 2 times, most recently from 3bcaeb2 to d40bb98 Compare October 3, 2025 10:44
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/main-misc-security-solution-deps branch from d40bb98 to f340cda Compare October 8, 2025 19:42
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/main-misc-security-solution-deps branch 2 times, most recently from 53d65b1 to 556fd35 Compare October 29, 2025 18:44
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/main-misc-security-solution-deps branch 2 times, most recently from 9b83c97 to abaf762 Compare November 6, 2025 06:20
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/main-misc-security-solution-deps branch 2 times, most recently from cbcd988 to 782c990 Compare November 24, 2025 06:27
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/main-misc-security-solution-deps branch 6 times, most recently from dd15a8c to 08ce719 Compare December 1, 2025 14:28
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/main-misc-security-solution-deps branch 3 times, most recently from d7483a0 to 1758573 Compare December 9, 2025 15:04
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/main-misc-security-solution-deps branch 2 times, most recently from 7ce5143 to f211e92 Compare December 21, 2025 18:19
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/main-misc-security-solution-deps branch 2 times, most recently from 336421d to ad8d90c Compare January 7, 2026 12:33
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/main-misc-security-solution-deps branch 7 times, most recently from b2f77d6 to 6215486 Compare March 26, 2026 20:46
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/main-misc-security-solution-deps branch 9 times, most recently from 96d3534 to 6bfef0b Compare April 7, 2026 03:59
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/main-misc-security-solution-deps branch 2 times, most recently from 7c6518d to 0070787 Compare April 16, 2026 19:46
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/main-misc-security-solution-deps branch 9 times, most recently from 624ba8a to 865d777 Compare May 5, 2026 22:25
@elastic-renovate-prod elastic-renovate-prod Bot force-pushed the renovate/main-misc-security-solution-deps branch 2 times, most recently from fbb751d to 949eef2 Compare May 8, 2026 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:all-open Backport to all branches that could still receive a release release_note:skip Skip the PR/issue when compiling release notes Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant